From 8c5c56a910fd38ce1a0f62d07a29392065098db1 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 11 Jun 2006 14:53:37 +0000 Subject: [PATCH] Mention that `enable-local-variables' can have value :all, as well. --- etc/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/NEWS b/etc/NEWS index e8ab1476cd4..508a4403271 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -618,6 +618,7 @@ However, risky variables will not be added to *** The variable `enable-local-variables' controls how local variable lists are handled. t, the default, specifies the standard querying behavior. :safe means use only safe values, and ignore the rest. +:all means set all variables, whether or not they are safe. nil means ignore them all. Anything else means always query. +++ -- 2.30.2